home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 33 / NEXT33.iso / pc / media / subs.dxr / 00017_Field_SMTP Reference Information.txt < prev    next >
Text File  |  1997-07-07  |  2KB  |  66 lines

  1.       COMMAND-REPLY SEQUENCES
  2.  
  3.          Each command is listed with its possible replies.  The prefixes
  4.          used before the possible replies are "P" for preliminary (not
  5.          used in SMTP), "I" for intermediate, "S" for success, "F" for
  6.          failure, and "E" for error.  The 421 reply (service not
  7.          available, closing transmission channel) may be given to any
  8.          command if the SMTP-receiver knows it must shut down.  This
  9.          listing forms the basis for the State Diagrams in Section 4.4.
  10.  
  11.             CONNECTION ESTABLISHMENT
  12.                S: 220
  13.                F: 421
  14.             HELO
  15.                S: 250
  16.                E: 500, 501, 504, 421
  17.             MAIL
  18.                S: 250
  19.                F: 552, 451, 452
  20.                E: 500, 501, 421
  21.             RCPT
  22.                S: 250, 251
  23.                F: 550, 551, 552, 553, 450, 451, 452
  24.                E: 500, 501, 503, 421
  25.             DATA
  26.                I: 354 -> data -> S: 250
  27.                                  F: 552, 554, 451, 452
  28.                F: 451, 554
  29.                E: 500, 501, 503, 421
  30.             RSET
  31.                S: 250
  32.                E: 500, 501, 504, 421
  33.             SEND
  34.                S: 250
  35.                F: 552, 451, 452
  36.                E: 500, 501, 502, 421
  37.             SOML
  38.                S: 250
  39.                F: 552, 451, 452
  40.                E: 500, 501, 502, 421
  41.             SAML
  42.                S: 250
  43.                F: 552, 451, 452
  44.                E: 500, 501, 502, 421
  45.             VRFY
  46.                S: 250, 251
  47.                F: 550, 551, 553
  48.                E: 500, 501, 502, 504, 421
  49.             EXPN
  50.                S: 250
  51.                F: 550
  52.                E: 500, 501, 502, 504, 421
  53.             HELP
  54.                S: 211, 214
  55.                E: 500, 501, 502, 504, 421
  56.             NOOP
  57.                S: 250
  58.                E: 500, 421
  59.             QUIT
  60.                S: 221
  61.                E: 500
  62.             TURN
  63.                S: 250
  64.                F: 502
  65.                E: 500, 503
  66.